home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / varia / rpc.txt < prev    next >
Text File  |  1993-07-24  |  805b  |  19 lines

  1. This directory contains the sources for a C++ interface to Sun RPCs.
  2.  
  3. As far as I remember, I got the original sources of the rpc++-library
  4. from some newsgroup, though I don't remember which one. I liked the
  5. basic idea but disliked several aspects of the interface details. So I
  6. adapted it to my likes. I intended some minor changes but soon found
  7. myself renaming classes, changing method parameters, introducing new
  8. classes, etc. The result is by no way compatible with the original
  9. version. It is, I hope, nevertheless useful.
  10.  
  11. The current version 2.2 of the rpc++ library updates the version 2.1
  12. posted in March 1991. It is the reaction to gcc-2.2 that finally
  13. allows a sufficiently reliable use of templates (almost, see
  14. Installation in rpc++.texi)
  15.  
  16. Michael Lipp
  17.  
  18. <mnl@dtro.e-technik.th-darmstadt.de>
  19.